projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ea5787
)
Remove a dead assignment
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 9 Sep 2009 04:52:01 +0000
(
00:52
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 9 Sep 2009 04:52:01 +0000
(
00:52
-0400)
Pointed out by clang.
modules/other/gail/gailbutton.c
patch
|
blob
|
history
diff --git
a/modules/other/gail/gailbutton.c
b/modules/other/gail/gailbutton.c
index b8ab7cd77d68c7728417c4159ffebcfc286fab7d..1e429041ccaecd1952e64a28db7b67a0b2fad1de 100644
(file)
--- a/
modules/other/gail/gailbutton.c
+++ b/
modules/other/gail/gailbutton.c
@@
-154,10
+154,8
@@
gail_button_class_init (GailButtonClass *klass)
{
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
AtkObjectClass *class = ATK_OBJECT_CLASS (klass);
- GailWidgetClass *widget_class;
GailContainerClass *container_class;
- widget_class = (GailWidgetClass*)klass;
container_class = (GailContainerClass*)klass;
gobject_class->finalize = gail_button_finalize;